Declare local variables at the start of a block, not in the middle
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Mon, 14 Nov 2005 10:47:38 +0000 (11:47 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Mon, 14 Nov 2005 10:47:38 +0000 (11:47 +0100)
commit1ae4120aa8ce72e1097993d2361b10607fb1b45b
treece204e58d57f7f8bc4e3ab0df54f9fc714485bc3
parent26ed038491b0e38f610ebc28e6d201c1f9b0197d
Declare local variables at the start of a block, not in the middle
(ISO C constraint).

Signed-off-by: Keir Fraser <keir@xensource.com>
linux-2.6-xen-sparse/drivers/xen/blkfront/blkfront.c
linux-2.6-xen-sparse/drivers/xen/netback/xenbus.c
linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c